/**
---------------------------
CONTENTS

- Global          - @Glob
- Sidebar         - @side
- Featurelink     - @flink
- Footer          - @foot
- Desktop         - @desk
- Laptop          - @lap
- Tablet          - @tab
- Landscape       - @sideph
- Phone           - @phone



--Colors--
Background      - #2e2e2e
Dark Font       - #1e1e1e
turquoise       - #1E848E



--New Colors--
blue            - #00aad4
greyBG          - #d1d1cd
font            - #414141



---------------------------
**/
/***@Glob***GLOBAL STYLES*******/


/* Fonts */

a:hover,
a:active{
    text-decoration: none;
    color: #00aad4;
}

@font-face {
    font-family: 'Agenda';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Agenda-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Agenda-Regular-1.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Agenda-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Agenda-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Agenda-Regular.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Agenda';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Agenda-Bold.eot');
    src: url('../fonts/Agenda-Bold-1.eot') format('embedded-opentype'), url('../fonts/Agenda-Bold.woff') format('woff'), url('../fonts/Agenda-Bold.ttf') format('truetype'), url('../fonts/Agenda-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Agenda';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/Agenda-RegularItalic.eot');
    src: url('../fonts/Agenda-RegularItalic-1.eot') format('embedded-opentype'), url('../fonts/Agenda-RegularItalic.woff') format('woff'), url('../fonts/Agenda-RegularItalic.ttf') format('truetype'), url('../fonts/Agenda-RegularItalic.svg') format('svg');
}

@font-face {
    font-family: 'Agenda';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Agenda-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Agenda-Light-1.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Agenda-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Agenda-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Agenda-Light.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Agenda';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Agenda-Thin.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Agenda-Thin-1.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Agenda-Thin.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Agenda-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Agenda-Thin.svg') format('svg');
    /* Legacy iOS */
}



.para {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 25px;
  border: none;
  font: normal 100%/normal "Agenda", sans-serif, Helvetica, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #00aad4;
  -webkit-transform: skewX(-40deg);
  -mox-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.para.centered{
    margin: auto;
    display: block;
}

.para a {
  transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  line-height: 25px;
  display: block;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-size: 14px;
}

.para a:visited,
.para a:hover,
.para a:active {
  color: #fff;
    text-decoration: none;
    }

.doublebuttons{
    text-align: center;
    padding: 40px 0;
}

.doublebuttons .para{
    margin-right: 15px;
    margin-bottom: 15px;
}

.outline {
    background-color: transparent !important; 
    height: 23px;
}

.para.outline.blue {
  border: solid 1px #00aad4; }
  .para.outline.blue a {
    color: #00aad4; }

.para.outline.white {
  border: solid 1px #fff; }
  .para.outline.white a {
    color: #fff; }

.outlineBlue a:link,
.outlineBlue a:visited,
.outlineBlue a:hover,
.outlineBlue a:active{
    color: #00aad4;
    text-decoration: none;
}

label {
    font-weight: 300;
}

label.para{
    padding:6px;
}


label.para input{
    border: 0;
box-shadow: none;
-moz-transform: skewX(40deg);
-webkit-transform: skewX(40deg);
-o-transform: skewX(40deg);
transform: skewX(40deg);
background-color: transparent;
text-align: center;
margin: auto;
display: block;
line-height: 25px;
text-transform: uppercase;
color: #fff;
font-family: 'Agenda';
font-size: 18px;
}



body {
    background-color: #fff;
    font-family: "Agenda",sans-serif;
    color: #414141;
    font-size: 18px;
}

a{color: #00aad4;}

p{margin: 20px 0;}

h1{color: #00aad4; font-size: 2em;}

h2{
    color: #00aad4;
    font-size: 1.5em;
}


h3, h4, h5, h6{
    color: #00aad4;
}
.grayTitle{
    color: #414141;
    font-size: 1.5em;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
}

.grey{
    color: #333;
}



#homepage{
    font-family: 'Agenda', sans-serif;
    overflow-x: hidden;
}

#breadcrumbs{font-size: 16px; margin-top: 20px;}
.old-bread{color: #878787;}
.new-bread{color:#00aad4;}

.cf:after {
    content: ' ';
    display: block;
    clear: both;
}
.compare-table{margin: auto;}
.compare-table tr{
    border-bottom: solid thin #a5a5a5;
}

.compare-table td{
    padding: 8px 0;
}
.compare-table tr td:nth-of-type(2){
    padding-left:80px;
}
.compare-table a{ text-decoration: none; font-weight: 300;}



@media only screen and (min-width: 300px) {
    .modelCompare h1{text-align: center;}
    .modelCompare .softDisclaim{margin-top: 0px; margin-bottom: 20px; max-width: 400px; margin-left: auto; margin-right: auto; display: block;}
    .modelCompare img{width: 100%; display: block; max-width: 400px; margin: 30px auto 0px auto;}
    .modelCompare .row{padding-bottom: 50px;}
    .modelCompare h2{max-width:449px; margin:auto; width:100%; display: block;}
    #modelStandard img, #modelPremium img{margin: 15px auto;}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
    .modelCompare h1{text-align: left;}
    #modelStandard img, #modelPremium img{margin: 0 0 0 0;}
    .modelCompare .softDisclaim{margin-top: 0px; max-width: 400px; margin-left: 0; margin-right: 0;}
    .modelCompare img{margin: 30px 0px 0px;}
}

section{margin: 0 auto 50px auto;}

#modelPage section{margin: 50px auto;}


#modelSpecs table.table {
    background-image: url(../_images/_features/features-energy-efficient-logo.png);
    background-repeat: no-repeat;
    background-position: top 30px right;
    background-size: 80px;
}
#modelSpecs .table > tbody > tr > td, 
#modelSpecs .table > tbody > tr > th, 
#modelSpecs .table > tfoot > tr > td, 
#modelSpecs .table > tfoot > tr > th, 
#modelSpecs .table > thead > tr > td {
    border-top: none;
    border-bottom: solid 1px #a5a5a5;
}
#modelSpecs .table > tbody > tr > th{
    border-bottom: none;
}

#modelStandard ul, #modelPremium ul{padding-left: 15px;}

.warrantyWrap, .threePanelWrap{
    text-align: center;
}

#modelPage .skirtBlock{display: inline-block; text-align: center; margin: 25px}
#modelPage .skirtBlock span{display: block;}

header {
    background-color: #fff;
    padding-top: 0px;
}

header .para{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.headerwrap {
    padding: 0px 0;
    margin: auto;
    text-align: center;

}


#hero{
    background-position: center, center;
    background-repeat: no-repeat;
    background-color: #d1d1d1;
    height: 250px;
    width: 100%;
    background-size: cover;
    margin-bottom: 15px;
}

#logo{
display: block;
    height: 90px;
    width: 290px;
    margin: auto;
    background-image: url(../_images/logo-header2.png);
    background-repeat: no-repeat;
}

#logos{text-align: left; margin-top: 10px;}


#mplogo img{max-width: 261px;}

#mslogo img{max-width: 153px;}

   @media only screen and (min-width: 300px) {
       .headerwrap{height: 75px;}
        #mplogo, #mslogo{ display: block;}
        #mplogo img, #mslogo img{ display: block; margin: 5px auto 0px; width: 100%;}
       #headerButtons{display: none;}
}
@media only screen and (min-width:450px){
    .headerwrap{height: 150px;}
    #headerButtons{display:block; text-align: right; padding-top: 5px;}
}
    @media only screen and (min-width: 992px) {
        .headerwrap{height: 70px;}
        #mplogo, #mslogo{ display: inline-block; margin: auto auto;}
        #mplogo{margin-right: 15px;}
}

.headerwrap img{
width: 100%;
    max-width:290px;
    margin-bottom: 10px;
}
.coup {
    display: block;
    width: 250px;
    margin: 10px auto;
    font-weight: bold;
}
#toplogos img{
    display: block;
    margin: 10% auto;
    max-width: 110px;
    min-width: 60px;
    width: 100%;
}

/*NAVIGATION STYLES*/


.nav{
    max-width: 900px;
    margin: auto;
    font-weight: 500;
    float: none;

    font-family: 'Agenda', sans-serif;
}
@media only screen and (min-width: 300px) {.nav{font-size: 16px;}}
@media only screen and (min-width: 768px) {.nav{font-size: 14px;}}
@media only screen and (min-width: 992px) {
    .nav{font-size: 16px;}
    .nav > li > a{
    padding-left: 20px;
    padding-right: 20px;
}
}

#navbar{
    background-color:#d1d1d1 ;
}


.navbar-static-top {
  margin-bottom: 0px;
}

nav{
background-color: #d1d1d1 !important;
    z-index: 11;
}

.navbar{
    min-height: 40px;
    height: 40px;
    line-height: 40px;
}
.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 11px;
}


.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > ul > li > a{
    border-bottom: solid thin #f4f4f4;
    text-align: center;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:link{
    color: #414141;
    transition: .3s;
}


.navbar-default .navbar-nav > li > ul > li:hover{
    background-color: #555555;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #00aad4;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:active {
  background-color: #00aad4;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a{
color: #fff !important;
    background-color: #00aad4 !important;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggle{
    background-color: #00aad4;
    color: #fff;
    transition: background-color .3s;
}
.navbar-toggle:hover{
    background-color: #00aad4 !important;
}
.navbar-toggle button:active,
.navbar-toggle:visitied{
    background-color: #27a9b5 !important;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle{
  margin-bottom: 0px;
  margin-top: 3px;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a{
    border-bottom: none;
}
}


/*END NAVIGATION STYLES*/


.white{
background-color: #fff;
}
#frontvidthumb{
    margin: auto;
    display: block;
    width: 100%;
    max-width: 200px;
}
#frontviddesc{
    width: 75%;
    margin: auto;
}
#videologos{
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
}
.card {
    font-family: 'Agenda', sans-serif;
    transition: transform .3s, box-shadow .3s;
    font-weight: 300;
}
.card p {}

.card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}


figure{ display: inline-block;}

.imgctr{
display: block;
    margin: auto;
}
#people{position: absolute; z-index: 10; display: none;}
#people-words{position: absolute; z-index: 10; display: none;}

.videosec{margin-top: 30px; text-align: center;}

.videosec p{
    margin: 0 0 25px 0;
}

.mobilenone{
display: none;
}

.desknone div img{ width: 100%;}

.bookletinfo

.title{
    color: #00aad4;
    margin: 15px 0 0 0;
	}
.byline{
		font-style:italic;
        margin: 0 0 15px 0 !important;
	}

/******END GLOBAL STYLES*******/


#hometron{
    background-color: black;
}

#homeLead{
    text-align: center;
    padding-bottom: 40px;
}

#homeLead .lead {
    font-size: 26px;
    font-weight: 300;
    max-width: 600px;
    margin: auto;
} 

#homeLead .para{
    margin: 10px;
}

#videoHomeLead{
    position: relative;
    top: 0;
    left: 0; 
    right: 0;
}

#videoHomeLead .videoTron{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
#videoHomeLead .videoTron video{
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#videoHomeLead #homeLead{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: 55px auto 0px;
    color: #fff;
}

#videoHomeLead .videoMobileHolder{
    width: 100%;
    margin: auto;
    background-image: url(../_images/_hero/hero-underwater-mobile.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%
}

@media only screen and (min-width: 300px) {
    #videoHomeLead #homeLead{
        margin-top: 55px;
        overflow: hidden;
    }
    #videoHomeLead .videoTron video{
        width: 1600px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #videoHomeLead .videoTron{height: 525px;}
    #videoHomeLead .videoMobileHolder{display: block;}
    #videoHomeLead .videoTron video{display: none;}
}

@media only screen and (min-width: 768px) {
        #videoHomeLead .videoTron{height: 389px;}
        #videoHomeLead .videoMobileHolder{display: none;}
        #videoHomeLead .videoTron video{display: block;}
}

@media only screen and (min-width: 992px) {
    #videoHomeLead #homeLead{margin-top: 100px;}
}
@media only screen and (min-width: 1600px) {
    #videoHomeLead .videoTron video{right: 0px; width: 100%;}
}






@media only screen and (min-width: 300px) {
    #hometron{
        background-image: url(../_images/win-your-day-hero-mobile-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top center;
        min-height: 350px;
    }
}
@media only screen and (min-width: 768px) {
    #hometron{
        background-image: url(../_images/win-your-day-hero-2.jpg);
        background-size: cover;
        background-position:top center;
        min-height: 400px;
    }
}

.jumbotron{
    background-repeat: no-repeat;
}

/** @rot Rotator Styles**/
#rotatorwrap{
background-color: black;
    margin: -70px auto 30px;
    width: 100%;
    max-height: 700px;
    min-height: 300px;
    overflow: hidden;
}
.carousel-indicators{
position: absolute;
    bottom: -30px;

}
#rotatorwrap img{
    min-height: 300px;
    min-width: 710px;
    margin: auto;
    position: relative;
    left: -200px;
}
/** End Rotator Styles **/


/*Entry feature styles*/
.entryfeatures{
    background-color: #d1d1cd;
    padding-top: 30px;
    padding-bottom: 205px;
}

.entryfeatures h2{
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.entryfeatures p{
    font-size: 22px;
    font-weight: 300;
    margin: 15px auto;
    max-width: 900px;
}

.entryfeatures .lead{
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    max-width: 100%;
}

/*End entry feature styles*/


.features-thumb-box{
    max-width: 375px;
    width: 100%;
    margin: 25px auto;
    display: block;
}
.features-thumb-box span a{
    background-color: #00aad4;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
.features-thumb-box p{
    height: 150px;
}


/** @flink Featurelink Styles **/

#featureBlock{
    display: block;
    margin: auto;
    max-width: 980px;
    font-family: 'Agenda', sans-serif !important;
}

@media only screen and (min-width: 300px) {
    #featureBlock{
        max-width: 485px;
    }
}

@media only screen and (min-width: 1200px) {
    #featureBlock{
        max-width: 980px;
    }
}

.featurelink,
.warrantyLink{
    display: inline-block;
    max-width: 230px;
    min-width: 184px;
    width: 100%;
    margin: 10px 5px;
}

.warrantyLink{
    max-width: 300px;
}

@media only screen and (min-width: 300px) {
    .featurelink,
    .warrantyLink{
        margin: 10px auto;
        display: block;
    }
}
@media only screen and (min-width: 525px) {
    .featurelink,
    .warrantyLink{
        margin: 10px 5px;
        display: inline-block
    }
}

.featurelink a,
.warrantyLink a {
    text-decoration: none;
}

.featurelink a:hover,
.warrantyLink a:hover{
    text-decoration: none;
}

.featurelink img,
.featurelink span,
.warrantyLink img,
.warrantyLink span{
    display: block;
    margin: auto;
    width: 100%;
}

.featurelink span,
.warrantyLink span{
    width: 100%;
    text-align: center;
    background-color: #00aad4;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
.warrantyLink span {
    font-size: 14px;
}

.threePanelWrap{
    margin-bottom: 25px;
    margin-top: 25px;
}
.panelImage{
    display: inline-block;
    width: 100%;
}



/** End Featurelink Styles **/


.leadList{
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}
.leadList li{
    font-size: 20px;
font-weight: 300;
padding-left: 15px;
line-height: 20px;
padding-bottom: 15px;
margin-left: 40px; 
}

#videoSnippet img, #videoSnippet video{
    max-width: 900px;
    margin: auto;
    position: relative;
    top: -150px;
    width: 100%;
}

#videoSnippet .para{
    display: block;
    margin: auto;
    margin-top: -100px;
}



.phelpsQuote{
    background-color: #d1d1cd;
    padding: 15px 0;
    width: 100%;
    margin: 25px auto;
}

.phelpsQuote img {
    max-width: 300px;
    text-align: right;
    float: right;
}

.phelpsQuote blockquote {
    font-size: 22px;
    font-weight: 300;
    border: none;
    padding: 0;
}

.phelpsQuote .attribute {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}

.phelpsQuote p {
    width: 300px;
    text-align: center;
    position: relative;
    right: 10px;
    font-weight: 300;
    font-size: 18px;

}

.phelpsQuote p span {
    font-size: 28px;
    font-weight: 300;
}

@media only screen and (min-width: 300px) {
    #findDealerMobile{font-weight: 300;color: #414141;margin-left: 15px; font-size: 16px;}
    .phelpsQuote p {
        float: none;
        /*background-image: url(../img/radio-giveaway-phelps.jpg);
        background-repeat: no-repeat;
        background-position: center left; 
        background-size: 250px;*/
    }
    .phelpsQuote img {
        float: none;
        display: block;
        margin: auto;
    }
    .phelpsQuote blockquote {}
}


@media only screen and (min-width: 450px) {
    #findDealerMobile{display: none;}
}

@media only screen and (min-width: 992px) {
    .phelpsQuote p {

        float: right;
    }

}



.howToBuy{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 55px;
}

.howToBuy figure{
    max-width: 200px;
    margin: 20px auto;
}



.howToBuy figcaption{
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 500;
}

.howToBuy h3{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.howToBuy span{
    display: block;
    margin: 0 auto 30px;
    font-size: 18px;
    max-width: 275px;
    font-weight: 300;
}


.testimonialsHome {
    background-color: #d1d1cd;
    padding: 15px 0;
    width: 100%;
    margin: 25px auto 0px;
    padding-top: 50px;
}

.testimonialsHome .quotecontainer{
    max-width: 275px;
    margin: auto;
    margin-bottom: 25px;
}

.testimonialsHome .stars{
    display: block;
    margin: auto;
    width: 130px;
}

.testimonialsHome .stars i{
  display: inline-block;
  color: #ffde52;
  font-size: 24px;
}

.testimonialsHome p.quote{
    font-size: 18px;
    font-weight: 300;
    max-width: 350px;
    display: block;
    margin: auto;
    text-align: center;
}

.testimonialsHome p.author{
    text-align: center;
    color: #00aad4;
    font-weight: 300;
    font-size: 18px;
    padding-top: 10px;
    display: block;
    margin: auto;
    max-width: 350px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 300px) {
    .testimonialsHome p.author{
        margin-bottom: 50px;
    }

}
@media only screen and (min-width: 768px) {
    .testimonialsHome p.author{
        margin-bottom: 00px;
    }

}



.testimonialsHome p.author span{
    text-transform: uppercase;
    font-weight: bold;
}


/** @btn Btn Styles**/
.btn-phelps {
  color: #3e3e3e;
  background-color: #00aad4;
  border-color: #0f747e;
    transition: background-color .3s, border-color .3s;
}
.btn-phelps a{
    color:#fff;
}
.btn-phelps:hover,
.btn-phelps:focus,
.btn-phelps.focus,
.btn-phelps:active,
.btn-phelps.active,
.open > .dropdown-toggle.btn-phelps {
  color: #414141;
  background-color: #18a3b0;
  border-color: #adadad;
}
.btn-phelps:active,
.btn-phelps.active,
.open > .dropdown-toggle.btn-phelps {
  background-image: none;
}
.btn-phelps.disabled,
.btn-phelps[disabled],
fieldset[disabled] .btn-phelps,
.btn-phelps.disabled:hover,
.btn-phelps[disabled]:hover,
fieldset[disabled] .btn-phelps:hover,
.btn-phelps.disabled:focus,
.btn-phelps[disabled]:focus,
fieldset[disabled] .btn-phelps:focus,
.btn-phelps.disabled.focus,
.btn-phelps[disabled].focus,
fieldset[disabled] .btn-phelps.focus,
.btn-phelps.disabled:active,
.btn-phelps[disabled]:active,
fieldset[disabled] .btn-phelps:active,
.btn-phelps.disabled.active,
.btn-phelps[disabled].active,
fieldset[disabled] .btn-phelps.active {
  background-color: #fff;
  border-color: #ccc;
}
/** End Btn Styles **/

/** Footer Styles **/

    footer{
        background-color: #d1d1cd;
        margin: auto;
        text-align: center;
        padding-top:20px;
        padding-bottom: 20px;
    }
footer .footDisclaimer{font-size: 12px; line-height: 20px;}
footer .awards {
    margin: 40px auto; }
    footer .awards span {
      display: inline-block;
      margin: 0 1%; }
      footer .awards span img {
        display: inline-block; }
      footer .awards span p {
        text-transform: uppercase;
        color: #7c7c7c;
        display: inline-block;
        font-size: 12px;
        line-height: 10px;
        text-align: left;}

.linkback{
    color: #0083a1 !important;
    font-size: 18px;
}
 
footer a:hover{
    text-decoration: none;
}

.usa{ 
}

    .footerlinks{
        margin: 15px 0;
    }
    .footerlinks a{
        margin: 0 1%;
        display: inline-block;
    }
    .socmed{
        margin:  15px 0;
    }
    .socmed a{
        color: #4b4747;
        transition: color .3s;
    }
    .socmed a:hover{
        color: #6f6e6e;
    }
    .copyright a{
        color: #2e2e2e;
        text-decoration: underline;
    }
/** End Footer Styles **/





@media only screen and (min-width: 300px) {
    #newsOverview article{
        max-width: 450px;
        display: block;
        margin: auto;
    }
    #newsOverview p{
        font-size: 18px;
    }

}
@media only screen and (min-width: 768px) {
    #newsOverview article{
        max-width: 100%;
    
}

}

/*****Accordion Styles******/


.acc-container {
  width:100%;
  padding-top:30px;
  margin:0px auto 0 auto;
}

.acc-container ul li{
	list-style:circle;

	}
.acc-container  a,
.acc-container  a:visited,
.acc-container  a:hover,
.acc-container  a:active{
	color:#00aad4;
    text-decoration: none;
	}

.acc-btn {
  width:100%;
  margin:10px auto;
  padding:0px 25px;
  cursor:pointer;
}

.acc-content {
  height:10px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
    padding-left: 25px;
}

.acc-content-inner {
  padding:5px;
}

.acc-content-inner a{
text-decoration: underline;
}

.open {
  height: auto;
}

.acc-container h3 {
  font-weight: 500;
    transition: .5s;
	font-size:18px !important;
	background-color:#ade0ef;
	padding:10px;
    color: #333;
}


.acc-container .selected {
  color:#fff;
  background-color:#00aad4;
}

.bgGray{background-color: #d1d1cd; padding: 35px 0;}
#backyardDownloadInset{padding: 30px 0;}
#backyardDownloadInset figcaption{margin: 20px 0;}

#toc-holder {
  margin-bottom: 45px;
  transition: .3s; }
  #toc-holder h3 {
    min-width: 318px; }

@media only screen and (min-width: 300px) {
   #toc-holder {
       margin-left: 30px;
    position: relative; }
}

@media only screen and (min-width: 992px) {
       #toc-holder {
    /*position: fixed;*/ }
}
.accor-content{
    margin-bottom: 70px;
}

#form1 table tr td{
    padding: 10px 0;
}

.manuals{margin: 15px 0; !important}

a.manuals:link {
	font-size:10pt;
	font-weight:normal;
	color:#414141;
	text-align:left;
	text-decoration:none;
	text-indent:6px;
	background-color:#e5e5e5;
	padding:6px;
	display:block;
	}

a.manuals:visited {
	background-color:#e5e5e5;
	color:#414141;
	}

a.manuals:hover {
	background-color:#ccc;
	color:#414141;
	}

a.manuals:active {
	background-color:#369;
	color:#414141;
	}

/*****End Accordion Styles**********/

.quoteimg{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}

.softDisclaim{
    max-width: 400px;
    margin-bottom: 25px;
    text-decoration: none;
    font-style: italic;
    font-size: 12px !important;
}

.softDisclaimerBlue{
    background-color: #218B99;
    text-align: center;
    color: white;
    font-style: italic;
}

.media{
    margin: 30px 0px;
}

.media h3{
    font-size: 22px;
    margin-top: 0px;
    padding-top: 0px;
}

.offer .media h3{
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px;
    color: #00aad4;
}

.offer form div{
    margin: 0px 0px 10px;
}

.btn-offer {
    color: #fff;
    background-color: #00aad4;
    border-color: #005a7d;
    transition: .4s;
}

.btn-offer:hover{
    color: #fff;
    background-color: #005a7d;
    transition: .4s;
}

.formimage img{
    width: 100%;
}

.ironmanvideos figure{
    margin: 20px auto;
    display: block;
    max-width: 400px;
}  
    


/* Extra small devices (phones, less than 768px) */
        @media (min-width : 320px) {

    }
/* No media query since this is the phelps in Bootstrap */
/* Small devices (tablets, 768px and up) */

@media (min-width : 768px) {
    footer{width: 100%;}
    .side-block{margin: 0  40px 25px 40px; width: 220px;}
    .sides{width: 650px; margin: 20px auto 0px; }
    #frontviddesc{width: 100%;}
    .coup{margin-top: 30px;}
    #rotatorwrap img{position: relative; left: 00px;}
	#people{display: block; top: 400px; left: 100px; width: 22%; max-width: 353px;}
    #people-words{display: block; left: 260px; top: 420px;}
    .leftlinks > div{margin-bottom: 20px;}
    #hero{width: 100%; height:400px; }
    .inner9{padding:0 50px;}
    .innercontent{margin-top: -150px;}
    #breadcrumbs{padding: 0 50px;}


}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .sides img{width:100%; }
    .sides{width: 25%;}
    .rightsider{ background-image: url(../_images/fade-border.jpg); background-repeat: repeat-y; }
    .side-block{margin: 0  0px 25px 0px;}
    .sidemodel{display: block;}
    #logo{background-image: url(../_images/logo-header.png); width:560px; height: 60px; margin-top: 20px; margin-left: 30px;}
   /* #people{top: 200px;}
    #people-words{ left: 260px; top: 230px;}*/
	 #people{top: 250px;}
    #people-words{ left: 260px; top: 300px;}
    .mobilenone{display: block;}
    .main{padding: 0 30px;}
    .desknone{display: none;}
    .formimage img {max-width: 300px; }
    .ironmanvideos figure{margin: auto;}
    
    #hero{background-size: 1397px;}
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .sides img{width:100%;}
	/*#people{top: 170px;}
    #people-words{ left: 300px;}*/
	#people{top: 220px;}
    #people-words{ left: 300px; top:  280px;}
}
.for-top-phone {
    display: block;
    font-size: 12px;
    color: #00aad4;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 15px;
    margin: auto;
    padding-left: 37px;
}

/*PopUp*/
.body--on-popup {
  overflow: hidden;
}
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  background: rgba(100, 100, 100, 0.5);
}
.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);  
  max-width: calc( 570px + 200px ); /*делаем шире, чем нужно, тк всплывающий блок правее*/
  max-height: calc(100vh - 150px);
  background: transparent;
  padding: 0;
}
.popup__inner {
  height: 100%;
  position: relative;
  max-width: 570px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 95px;
  box-sizing: border-box;
}
.popup__close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;

  border: 0;
  outline: none;
  background: transparent;
}
.popup__close svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  transform: rotate(360deg);
}
.popup__title {
  font-size: 26px;
  color: #00aad4;
  line-height: 1.3;
  padding-bottom: 5px;
}
.popup__text {
  font-size: 14px;
  
  line-height: 1.4;
  padding-bottom: 15px;
}
.popup__btns-block {
  text-align: center;
}
.popup__btn-agree {
  width: 100%;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  background: #00aad4;
  border-radius: 30px;
}
.popup__btn-agree:hover {
    color: #ffffff;
}
.popup__link-another {
  font-size: 14px;
  
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.popup__checkboxes-block {
  padding-bottom: 30px;
}
.popup__for-checkbox {
  padding: 10px 0;
  border-bottom: 1px solid #cfd0d2;
  position: relative;
}
.popup__for-checkbox:last-child {
  border-bottom: 0;
}
.popup__checkbox {
    display   : block;
    visibility: visible;
    opacity   : 0;
    position  : absolute;
}
.popup__label {
    cursor: pointer;
    position: relative;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}
.popup__check {
    width: 20px;
    height: 20px;
    display: block;
    background: transparent;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #afb1b4;
    box-sizing: border-box;
}
.popup__check-text {
    max-width: calc( 100% - 20px);
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 20px;
    font-weight: 400;
    
    line-height: 1.4;
}
.popup__checkbox:checked + .popup__label .popup__check:before {
    content: '';
    display: block;
    width: 11px;
    height: 8px;
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../_images/ckeck.svg);
    background-size: contain;
}
.popup__checkbox:checked + .popup__label .popup__check {
  border-color: #00aad4;
}

.popup__question-icon {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  background: url(../_images/question.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0; bottom: 0;
  margin: auto;
  cursor: pointer;
}
.popup__question-info {
  width: 400px;
  max-width: 400px;  
  left: calc( 100% - 5px );
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  border: 1px solid rgba(95,100,106,.3);
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(95,100,106,.25);  
  transition: opacity .25s cubic-bezier(.645,.045,.355,1);
  padding: 30px 20px 36px;
  box-sizing: border-box;

  font-size: 14px;
  
  line-height: 1.4;

  opacity: 0;
  pointer-events: none;

}
.popup__question:hover .popup__question-info {
  opacity: 1;
  pointer-events: auto;
}
.popup__question-info:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-bottom: 1px solid rgba(95,100,106,.3);
  border-right: 1px solid rgba(95,100,106,.3);
}


@media screen and (max-width: 1280px) {
  .popup__container {
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 960px) {
  .popup__container {
    width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
  }

  .popup__question-info {
    max-width: 100%;
    width: 100%;
     left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 670px) {
  .popup__container {
    max-width: 90%;
    max-height: 85%;
  }
  .popup__inner {
    padding: 35px 20px;
  }
  .popup__close {
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
  }
  .popup__title {
    font-size: 23px;
  }

  .headerwrap {
    overflow: hidden;
  }
}

/*Map Info*/
.map-section {
    padding-bottom: 100px;
}
.map-section__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.map-section__item {
    width: 50%;
    padding: 20px 0;
}
.map-section__list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.map-section__list-item {    
    margin: 0;
    padding: 0 0 15px 25px;
    background-image: url(/_images/ul.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.map-info {
  position: relative;
  /*overflow: hidden;*/
  width: 592px !important;
}
.map-info__map {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}
.map-info__section {

}
.map-info__item-btn {
  display: block;
  width: 24px;
  height: 24px;
  background: #01AAD4;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
  border-radius: 50%;  
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.map-info__item-btn:before {
  content: '+';
  display: block;
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  margin: auto;
  font-weight: 800;
  color: #ffffff;
  font-size: 18px;  
  line-height: 1.2;
}
.map-info__item-btn--open {
  transform: rotate(45deg);
}
.map-info__item-name {
  padding-left: 7px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #1C1E1E;
}
.map-info__item {
  position: absolute;  
}

.our-shops {
  overflow: hidden;
}
.map-info__item--Berlin {
  /*top: 196px;
  left: 434px;*/
  top: 177px;
  left: 345px;
}
.map-info__item--Essen {
  /*left: 151px;
  top: 300px;*/
  left: 75px;
  top: 296px;
}
.map-info__item--Frankfurt {
  /*left: 232px;
  top: 370px;*/
  left: 160px;
  top: 366px;
}
.map-info__item--Stuttgart {
  /*left: 227px;
  top: 465px;*/
  left: 151px;
  top: 470px;
}
.map-info__item--Hamburg {
  /*left: 288px;
  top: 128px;*/
  left: 211px;
  top: 118px;
}
.map-info__item--Munchen {
  /*left: 374px;
  top: 473px;*/
  left: 293px;
  top: 486px;
}
.map-info__item--Wien {
  left: 493px;
  top: 458px;
}
.map-info__text {
  position: absolute;
  width: 225px;
  left: 31px;
  top: 30px;
  /*display: block;*/
  display: none;

  background: #F3F7F8;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 8px 17px 12px 14px;
  z-index: 5;
}
.map-info__item--Berlin .map-info__text {

}
.map-info__item--Essen .map-info__text {

}
.map-info__item--Frankfurt .map-info__text {

}
.map-info__item--Stuttgart .map-info__text {

}
.map-info__item--Hamburg .map-info__text {

}
.map-info__item--Munchen .map-info__text {

}
.map-info__item--Wien .map-info__text {
  right: 0;
  top: auto;
  left: auto;
  bottom: 27px;
}
.map-info__p {
  padding-left: 22px;
  position: relative;
  font-size: 13px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
}
.map-info__p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.map-info__p--adress:before {
  width: 8.67px;
  height: 12px;
  background: url(/_images/map-venue.svg);
}
.map-info__p--phone:before {
  width: 12px;
  height: 12px;
  background: url(/_images/map-phone.svg);
}
.map-info__p--shedule:before {
  width: 12px;
  height: 12px;
  background: url(/_images/map-time.svg);
}
@media screen and (max-width: 1200px) {
  .map-section__item--text {
    width: 40%;
  }
  .map-section__item--for-map {
    width: 60%;
  }  
}
@media screen and (max-width: 1024px) {
  .map-section__item--for-map {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .map-info {
    transform: scale(0.8);
    width: 592px !important;
    overflow: hidden;
    margin-top: -125px !important;
    margin-bottom: -75px;
  }
  .map-info__item--Stuttgart .map-info__text {
    top: -140px;
    left: 0;
  }
  .map-info__item--Munchen .map-info__text {
    top: -140px;
    left: -10px;
  }
  .map-info__item--Berlin .map-info__text {
    left: -60px;
  }
  
}
@media screen and (max-width: 767px) {   
    .map-section {
        padding-bottom: 0;
    }
  .map-info {
    transform: scale(0.6);
  }
  .map-section__item--text,
  .map-section__item--for-map {
    width: 100%;
  }
}

.banner-new-open {
    background: linear-gradient(89.94deg, #00AAD4 0%, #0062D4 31.25%, #B600D4 62.01%, #00AAD4 100%);
    min-height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-new-open__inner {
    /*max-width: 1000px;*/
    padding-left: 30px;
    padding-right: 30px;
}
.banner-new-open__text {
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    /*padding-left: 40px;*/
    font-size: 17px;
    line-height: 20px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.banner-new-open__text:before {
   /* content: '';
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../_images/icon-venue.svg) no-repeat center;
    background-size: contain;*/
}

.banner-new-open__item {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.banner-new-open__text img {
  width: 20px;
}

@media screen and (max-width: 960px) {
    .banner-new-open__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-new-open__text {
        justify-content: center
      }
    /*.banner-new-open__text {
        padding-left: 30px;
    }*/
    /*.banner-new-open__text:before {
        bottom: auto;
        top: 7px;
    }*/
}

@media screen and (max-width: 670px) {
    .banner-new-open__text:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../_images/percentage_77945.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
    margin: auto;    
    opacity: 0.7;
  }

  .banner-new-open__text:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../_images/percentage_77945.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 5px;
    margin: auto;
    opacity: 0.7;
  }

  .banner-new-open__item {
    text-align: center;
    position: relative;
    z-index: 5;
  }

  .banner-new-open__item--pic {
    display: none
  }
}